home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Keyboard Lingo.dir / Scripts_32_Scene 3 Setup Handlers.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  196 b   |  10 lines

  1. on enterFrame
  2.   global gKeyChannel
  3.   set gKeyChannel to 9
  4.   set the keyDownScript to "myKey03"
  5.   set the keyUpScript to "deadKey"
  6.   repeat with N = 9 to 14
  7.     puppetSprite(N, 1)
  8.   end repeat
  9. end
  10.